It seems like the GitHub access token used for retrieving details about this repository from
GitHub became invalid. This might prevent certain types of inspections from being run (in
particular,
everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
The variable destroyVagrantServer seems to be never declared. Assigning variables without defining them first makes them global. If this was intended, consider making it explicit like using window.destroyVagrantServer.
Use of process.exit() is discouraged as it will potentially stop the complete node.js application. Consider quitting gracefully instead by throwing an Error.
Loading history...
38
}
39
40
shell.cd('..');
41
42
process.stdout.write(chalk.bgGreen.black(emoji.emojify('[:heavy_check_mark: ] Clean server COMPLETED.' + "\n")));
43
44
} else {
45
46
process.stdout.write(chalk.yellow(emoji.emojify("[:raised_hand: ] Ambiente non gestito ("+ enviroment +").\n")));